type go.uber.org/zap/zapcore.sampler
12 uses
go.uber.org/zap/zapcore (current package)
sampler.go#L96: type optionFunc func(*sampler)
sampler.go#L98: func (f optionFunc) apply(s *sampler) {
sampler.go#L104: apply(*sampler)
sampler.go#L123: return optionFunc(func(s *sampler) {
sampler.go#L154: s := &sampler{
sampler.go#L169: type sampler struct {
sampler.go#L179: _ Core = (*sampler)(nil)
sampler.go#L180: _ leveledEnabler = (*sampler)(nil)
sampler.go#L200: func (s *sampler) Level() Level {
sampler.go#L204: func (s *sampler) With(fields []Field) Core {
sampler.go#L205: return &sampler{
sampler.go#L215: func (s *sampler) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)